const html/template.stateAttr

9 uses

	html/template (current package)
		context.go#L117: 	stateAttr
		context.go#L176: 	case stateTag, stateAttrName, stateAfterName, stateBeforeValue, stateAttr:
		escape.go#L192: 				c.state == stateAttr && c.delim == delimSpaceOrTagEnd && ident == "html" {
		escape.go#L242: 	case stateAttr:
		escape.go#L870: 	if c.state == stateAttr && c.element == elementScript && c.attr == attrScriptType && !isJSType(string(s[:i])) {
		state_string.go#L18: 	_ = x[stateAttr-7]
		transition.go#L24: 	stateAttr:           tAttr,
		transition.go#L165: 	attrNone:       stateAttr,
		transition.go#L167: 	attrScriptType: stateAttr,